influxdb

Home > Software Notes > Tools

caddy reverse proxy setup for influxdb 3 core:

influx.example.de {
  reverse_proxy {
    to localhost:8181
    transport http {
      versions h2c
    }
  }
}

h2c is required for grpc